@charset "UTF-8";
/* CSS Document */

  table {
	  border-collapse: collapse;
	  border-spacing: 0;
  }

table {
	background-color: white;
	border-collapse: collapse;
	width: 550px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
table h1 {
	font-size:12px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 10px;
	text-align:left;
	letter-spacing: .2em;
	word-spacing: .3em;
	text-align: right;
	
}


tr {
	vertical-align:top;
}
th {
	background-color:#B3BEFF;
	color:#FFF;
	font-size:16px;
	text-align:left;
	padding-left: 7px;
	
}
td {
	padding:4px 10px;
	font-size:12px;
}
.even {
	background-color:#F1EEFF;
}


p {
	text-align:center;
	font-size:11px;
	color:#000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

tr:hover {
	background-color:#e5e6e6;
}


	  
		

 
td a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

td a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: underline;
}

a:link {	
	color:#666;
	text-decoration: none;}
	
a:visited {	
	color:#666;
	text-decoration: none;}

a:hover {
	color: #03F;
	text-decoration: none;}
	
a:active {	
	color:#666;
	text-decoration: none;}
	
	#navigation a:link {	
	color:#666;
	text-decoration: none;}
	
#navigation a:visited {	
	color:#666;
	text-decoration: none;}

#navigation a:hover {
	color: #03F;
	text-decoration: none;}
	
#navigation a:active {	
	color:#666;
	text-decoration: none;}
